*{
    padding: 0%;
    margin: 0%;
}
body{
    background-color: #f2fdff;
}
header{
    background-color: #2a428c;
    height: 6%;
    max-height: 6%;
}
section{
    background-color: #8ecefc;
    margin-top: 60px;
    margin-bottom: 4.5%;
    padding: 1%;    
}
footer{
    background-color: #3657b6;
    color: #f2fdff;
}
.text-white:hover{
    color: yellow!important;
}
.login{
    width: 30%;
    padding: 0.5%;
    background-color: #2a428c;
    box-shadow: 0 3px 9px -2px rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.075);
}
.none{
    background-color: transparent;
    border-style: hidden;
    text-decoration: solid;
}
.none:hover{
    text-decoration: underline;
}
div{
    z-index: -1!important;
}
.w-90{
    width: 90%;
}
.foto{
    height: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mb-10px{
    margin-bottom: 10px;
}
.z-index-1{
    z-index: 1;
}
.color-input{
    background-color: rgb(232, 240, 254);
}
.border-0:focus {
    outline: none;
    box-shadow: none;
}
.w-fit-content{
    width: fit-content;
}
